Developer --> Technical Publications
PATHMac OS 8 Developer Documentation > Networking and Communications > AppleShare >

User Authentication Modules


_Initialize Routine

The _Initialize routine is a Code Fragment Manager routine that, if exported, performs initialization tasks. The _Initialize routine is called at system task time, so it can call the Memory Manager to allocate memory.

Unlike the UAMInitialize routine, the _UAMIntialize routine cannot call AppleShare Registry functions.

For information about writing your _Initialize routine, see Inside Macintosh: Power PC System Software.

Note

Your server UAM can have both an _Initialize routine and a UAMInitialize routine.


© 1999 Apple Computer, Inc. – (Last Updated 07 May 99)